projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67cb898
)
exec (replace the current process) external subommands instead of running them as...
author
Pyry Kontio
<pyry.kontio@drasa.eu>
Fri, 28 Apr 2017 05:03:06 +0000
(14:03 +0900)
committer
Pyry Kontio
<pyry.kontio@drasa.eu>
Fri, 28 Apr 2017 05:09:27 +0000
(14:09 +0900)
src/bin/cargo.rs
patch
|
blob
|
history
diff --git
a/src/bin/cargo.rs
b/src/bin/cargo.rs
index 187db436fcbc76a73b948b87b5dd509261510388..1b8c7a9c3d14d9aa13a565af49485f0d5e63f132 100644
(file)
--- a/
src/bin/cargo.rs
+++ b/
src/bin/cargo.rs
@@
-325,7
+325,7
@@
fn execute_external_subcommand(config: &Config, cmd: &str, args: &[String]) -> C
let err = match util::process(&command)
.env(cargo::CARGO_ENV, cargo_exe)
.args(&args[1..])
- .exec() {
+ .exec
_replace
() {
Ok(()) => return Ok(()),
Err(e) => e,
};